home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G09F / G09_HARA.Dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  236 b   |  13 lines

  1. on rollbottan
  2.   puppetSprite(1, 1)
  3.   puppetSprite(26, 1)
  4.   repeat with i = 13 to 16
  5.     if rollOver(i) then
  6.       set the memberNum of sprite 26 to i + 26
  7.       updateStage()
  8.       exit
  9.     end if
  10.   end repeat
  11.   puppetSprite(26, 0)
  12. end
  13.